home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 795 b | 26 lines | [TEXT/GEOL] |
- Item 7536926 28-Oct-87 09:26
-
- From: ROSENSTEIN1 Rosenstein, Larry
-
- To: D0619 Palomar Software, Dev, Joel West
-
- cc: MACAPP$ MacApp Interest List
-
- Sub: Re: TWindow->TView size…
-
- It is not true that NewSimpleWindow omits the inner frame if the window doesn't
- scroll. If the window's fIsResizable field is TRUE, then the inner frame is
- created.
-
- The fIsResizable flag is set based on the value returned by
- TApplication.GetRsrcWindow. Normally, you don't have to worry about this. If
- you have a custom window defproc, however, you will have to override
- GetRsrcWindow and set the VAR parameter (isResizable) to indicate that the
- custom window can be resized.
-
- Larry
-
-
-
-
-